<% If Request.QueryString("action") = "tabort" then inttabort =request.QueryString("id") connect.execute("delete from nyheter where id = " & inttabort ) response.Redirect("list.asp") end if %>